home *** CD-ROM | disk | FTP | other *** search
/ Aminet 48 / Aminet 48 (2002)(GTI - Schatztruhe)[!][Apr 2002].iso / Aminet / util / wb / runargs.readme < prev    next >
Encoding:
Text File  |  2002-01-20  |  2.6 KB  |  61 lines

  1. Short:    V3.2, WB 3.9 ToolsDaemon Menu Launcher
  2. Author:   rescator@emsai.net (Roger Hågensen) and patrik.wikstrom@stonesoft.com (Patrik Wikström)
  3. Uploader: patrik.wikstrom@stonesoft.com (Patrik Wikström)
  4. Version:  3.2
  5. Type:     util/wb
  6. Requires: OS3.9 (V45+), WbStartEmu.lha, (optionally THE.lha)
  7.  
  8. v3.2 of the ToolsDaemon replacement script (now 99.95% complete :)
  9.  
  10. This is a launch script for WB menus,
  11. it allows program launch with file selection from the WB menus.
  12.  
  13. It also supports arguments/options as well.
  14.  
  15. You can set the stack, and if the launch method
  16. should be CLI, CLINA, SCRIPT or WB (requires WBStartEmu).
  17.  
  18. RunArgs.rexx works best with a WB Menu setup tool like T.H.E.
  19. A screengrab on how to set things up is included,
  20. plus a document describing things in a bit more detail.
  21.  
  22. From v3.2 of RunArgs.rexx you should be able to convert your old
  23. ToolsDaemon menus perfectly.
  24. This means that RunArgs.rexx support *ALL* the options that
  25. ToolsDaemon supported when launching programs.
  26. Even the special [] arg marker is supported :D
  27.  
  28. Now it should be VERY easy for someone to create a prefs converter
  29. for ToolsDaemon which support all the launch options,
  30. thanks to RunArgs.rexx :D
  31.  
  32. Modifications in v3.2 are all done by Patrik but Roger is still in charge. :)
  33.  
  34. CHANGES
  35.  
  36.  v3.2 - 13 January 2002
  37.         Added: A new CLI-mode called CLINA (CLI with no arguments).
  38.         Added: A mode called SCRIPT for executing shell-scripts properly.
  39.         Added: Automatically changes the current directory to the one
  40.                the command/script exists in (except when using the WB-mode).
  41.         Added: All newest WBStartEmu files (v45.2b) to archive.
  42.  
  43.  v3.1 -  6 January 2001
  44.         Fixed: Removed a reference to rexxsupport.library, it's not used.
  45.         Added: rexxdossupport.library to archive.
  46.         Added: All WBStartEmu files to archive.
  47.           New: Installer script :)
  48.  
  49.  v3.0 -  5 January 2001
  50.             New: WOW! Amazing, now even ToolsDaemon [] arg markers are
  51.                  supported, but there's more.......
  52.                  Proper AmigaDOS CLI args are supported now,
  53.                  so you can use STACK=8192 etc :D
  54.                  Now it should be VERY easy to convert ToolsDaemon menus
  55.                  directly into a WB compatible one.
  56.                  There will be no further changes in the RunArgs options,
  57.                  so you can safely change your menus now :D
  58.           Fixed: Spaces in command names should no longer be a problem...
  59.         Changed: Better wb path checking, nicer space handling etc.
  60.                  Updated docs to brag about and explain the changes...
  61.